home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00293_help to BB2.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  310 b   |  15 lines

  1. on mouseUp
  2.   global gWhichSound1
  3.   set the volume of sound 12 to 0
  4.   puppetSprite(45, 1)
  5.   puppetSprite(46, 1)
  6.   set the foreColor of sprite 46 to 226
  7.   set the foreColor of sprite 45 to 255
  8.   updateStage()
  9.   go("BB2")
  10.   puppetSprite(2, 1)
  11.   puppetSprite(24, 1)
  12.   puppetSprite(47, 1)
  13.   puppetSprite(48, 1)
  14. end
  15.